home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6623 / 6623.xpi / content / extovl.xul < prev    next >
Extensible Markup Language  |  2009-07-13  |  511b  |  21 lines

  1. <?xml version="1.0"?>
  2.  
  3.  
  4.  
  5. <overlay id="bpriv-extensions-overlay"
  6.    xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  7.  
  8.    <script type="application/x-javascript" src="chrome://bp/content/bp.js"/>
  9.  
  10.  
  11.    <script type="application/x-javascript">
  12.    <![CDATA[
  13.       window.addEventListener("load", function(aEvent) {
  14.         aEvent.currentTarget.removeEventListener("load", arguments.callee, false);
  15.         bpriv.extopened();
  16.       }, false);
  17.    ]]>
  18.    </script>
  19.  
  20.  
  21. </overlay>